home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJTST200.ZIP / tests / libc / ansi / math / elefunt / malog.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-03  |  123 b   |  12 lines

  1. /* -*-C-*- malog.c */
  2.  
  3. #include "elefunt.h"
  4.  
  5. int
  6. main()
  7. {
  8.     init();
  9.     talog();
  10.     return (EXIT_SUCCESS);
  11. }
  12.